From 912054bbbc5914174b6f90c6bcd0a5c4f370bdbe Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 24 Oct 2014 16:17:05 +0200 Subject: [PATCH] tools/hotplug: fix clean target in systemd Makefile Signed-off-by: Wei Liu Acked-by: Ian Campbell Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu --- tools/hotplug/Linux/systemd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/hotplug/Linux/systemd/Makefile b/tools/hotplug/Linux/systemd/Makefile index 9c58b33820..0c40a73bc6 100644 --- a/tools/hotplug/Linux/systemd/Makefile +++ b/tools/hotplug/Linux/systemd/Makefile @@ -25,6 +25,7 @@ all: $(ALL_XEN_SYSTEMD) .PHONY: clean clean: + rm -f $(XEN_SYSTEMD_MODULES) .PHONY: install install: $(ALL_XEN_SYSTEMD) -- 2.30.2